ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnEditableValueEventArgs<T> Class / Value Property

In This Topic
    Value Property (DataGridColumnEditableValueEventArgs<T>)
    In This Topic
    Gets or sets the value associated with the column.
    Syntax
    'Declaration
     
    
    Public Shadows Property Value As T
    public new T Value {get; set;}

    Property Value

    The value associated with the column.
    See Also